type internal/profile.locationKey

5 uses

	internal/profile (current package)
		merge.go#L33: 		locations: make(map[locationKey]*Location, len(srcs[0].Location)),
		merge.go#L124: 	locations map[locationKey]*Location
		merge.go#L242: func (l *Location) key() locationKey {
		merge.go#L243: 	key := locationKey{
		merge.go#L263: type locationKey struct {